home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Joystick Magazine 1999 November
/
cd joystick no109 novembre 1999.iso
/
Data
/
sharewares
/
utilitaires
/
XQXSET50.ZIP
/
_SETUP.1
/
XQ IE Trouble.xpl
< prev
next >
Wrap
Text File
|
1999-05-22
|
1KB
|
38 lines
"FILE"="Xteq Systems X-Setup Plugin 3.1"
"TYPE"="5"
"COUNT"="1"
"UIPATH"="Internet\Internet Explorer\Other"
"NAME"="Troubleshooting"
"LANGUAGE"="VBScript"
"TEXT 1"="Correct Channel Bar Position"
"DESCRIPTION 1"="If your Channel Bar is missing, the position of it is maybe not correct. Click the first button to correct this."
"AUTHOR"="Xteq Systems"
"COPYRIGHT"="Copyright ⌐ Xteq Systems - All Rights Reserved"
"COMMENT 1"="For more information, go to http://www.xteq.com or write to TeXHeX@gmx.net."
"COMMENT 2"="Version 1.2"
sP="HKCU\Software\Microsoft\Internet Explorer\Channels"
Sub Plugin_Initialize
If RegPathExists(sp) then
'do nothing???
else
Disable
end if
End Sub
Sub Plugin_CheckData(ElementIndex)
End Sub
Sub Plugin_Apply(ElementIndex,ElementSubIndex)
If ElementIndex=1 then
If IsEmpty(RegReadValue(sp&"\Window_placement"))=false then
Call RegDeleteValue(sp&"\Window_placement")
end if
Call MsgInformation("Corrected")
end if
End Sub
Sub Plugin_Terminate
End Sub